home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Texty / crackme / cm_id6.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1999-04-11  |  2.3 KB  |  122 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 121
  4.   Width = 331
  5.   Height = 225
  6.   AutoSize = True
  7.   Caption = 'CrackMe [id:6] '
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 323
  22.     Height = 169
  23.     AutoSize = True
  24.     TabOrder = 0
  25.     object Label2: TLabel
  26.       Left = 87
  27.       Top = 23
  28.       Width = 76
  29.       Height = 16
  30.       Caption = 'Organisation'
  31.     end
  32.     object Label1: TLabel
  33.       Left = 16
  34.       Top = 40
  35.       Width = 69
  36.       Height = 16
  37.       Caption = 'User Name'
  38.     end
  39.     object Label3: TLabel
  40.       Left = 112
  41.       Top = 96
  42.       Width = 76
  43.       Height = 16
  44.       Caption = 'Organisation'
  45.     end
  46.     object Label4: TLabel
  47.       Left = 224
  48.       Top = 152
  49.       Width = 86
  50.       Height = 16
  51.       Caption = 'Serial Number'
  52.     end
  53.     object Panel2: TPanel
  54.       Left = 1
  55.       Top = 1
  56.       Width = 321
  57.       Height = 41
  58.       TabOrder = 0
  59.       object Edit1: TEdit
  60.         Left = 8
  61.         Top = 8
  62.         Width = 305
  63.         Height = 24
  64.         MaxLength = 22
  65.         TabOrder = 0
  66.       end
  67.     end
  68.     object Panel3: TPanel
  69.       Left = 1
  70.       Top = 57
  71.       Width = 321
  72.       Height = 41
  73.       TabOrder = 1
  74.       object Edit2: TEdit
  75.         Left = 8
  76.         Top = 8
  77.         Width = 305
  78.         Height = 24
  79.         MaxLength = 22
  80.         TabOrder = 0
  81.       end
  82.     end
  83.     object Panel4: TPanel
  84.       Left = 1
  85.       Top = 113
  86.       Width = 321
  87.       Height = 41
  88.       TabOrder = 2
  89.       object Edit3: TEdit
  90.         Left = 8
  91.         Top = 8
  92.         Width = 305
  93.         Height = 24
  94.         TabOrder = 0
  95.       end
  96.     end
  97.   end
  98.   object MainMenu1: TMainMenu
  99.     Left = 272
  100.     Top = 65528
  101.     object Exit2: TMenuItem
  102.       Caption = 'Exit'
  103.       OnClick = Exit2Click
  104.     end
  105.     object About1: TMenuItem
  106.       Caption = 'About'
  107.       OnClick = About1Click
  108.     end
  109.     object Register1: TMenuItem
  110.       Caption = 'Register'
  111.       object ValidateEntries1: TMenuItem
  112.         Caption = 'Verify Entries'
  113.         OnClick = ValidateEntries1Click
  114.       end
  115.       object ClearEntries1: TMenuItem
  116.         Caption = 'Clear Entries'
  117.         OnClick = ClearEntries1Click
  118.       end
  119.     end
  120.   end
  121. end
  122.